3.3036 \(\int \frac{1}{1+4 \sqrt [3]{x^6}} \, dx\)

Optimal. Leaf size=22 \[ \frac{x \tan ^{-1}\left (2 \sqrt [6]{x^6}\right )}{2 \sqrt [6]{x^6}} \]

[Out]

(x*ArcTan[2*(x^6)^(1/6)])/(2*(x^6)^(1/6))

________________________________________________________________________________________

Rubi [A]  time = 0.0061772, antiderivative size = 22, normalized size of antiderivative = 1., number of steps used = 2, number of rules used = 2, integrand size = 13, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.154, Rules used = {254, 203} \[ \frac{x \tan ^{-1}\left (2 \sqrt [6]{x^6}\right )}{2 \sqrt [6]{x^6}} \]

Antiderivative was successfully verified.

[In]

Int[(1 + 4*(x^6)^(1/3))^(-1),x]

[Out]

(x*ArcTan[2*(x^6)^(1/6)])/(2*(x^6)^(1/6))

Rule 254

Int[((a_) + (b_.)*((c_.)*(x_)^(q_.))^(n_))^(p_.), x_Symbol] :> Dist[x/(c*x^q)^(1/q), Subst[Int[(a + b*x^(n*q))
^p, x], x, (c*x^q)^(1/q)], x] /; FreeQ[{a, b, c, n, p, q}, x] && IntegerQ[n*q] && NeQ[x, (c*x^q)^(1/q)]

Rule 203

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(1*ArcTan[(Rt[b, 2]*x)/Rt[a, 2]])/(Rt[a, 2]*Rt[b, 2]), x] /;
 FreeQ[{a, b}, x] && PosQ[a/b] && (GtQ[a, 0] || GtQ[b, 0])

Rubi steps

\begin{align*} \int \frac{1}{1+4 \sqrt [3]{x^6}} \, dx &=\frac{x \operatorname{Subst}\left (\int \frac{1}{1+4 x^2} \, dx,x,\sqrt [6]{x^6}\right )}{\sqrt [6]{x^6}}\\ &=\frac{x \tan ^{-1}\left (2 \sqrt [6]{x^6}\right )}{2 \sqrt [6]{x^6}}\\ \end{align*}

Mathematica [A]  time = 0.0136633, size = 22, normalized size = 1. \[ \frac{x \tan ^{-1}\left (2 \sqrt [6]{x^6}\right )}{2 \sqrt [6]{x^6}} \]

Antiderivative was successfully verified.

[In]

Integrate[(1 + 4*(x^6)^(1/3))^(-1),x]

[Out]

(x*ArcTan[2*(x^6)^(1/6)])/(2*(x^6)^(1/6))

________________________________________________________________________________________

Maple [A]  time = 0.241, size = 17, normalized size = 0.8 \begin{align*}{\frac{x}{2}\arctan \left ( 2\,\sqrt [6]{{x}^{6}} \right ){\frac{1}{\sqrt [6]{{x}^{6}}}}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(1+4*(x^6)^(1/3)),x)

[Out]

1/2*x*arctan(2*(x^6)^(1/6))/(x^6)^(1/6)

________________________________________________________________________________________

Maxima [A]  time = 1.43419, size = 8, normalized size = 0.36 \begin{align*} \frac{1}{2} \, \arctan \left (2 \, x\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(1+4*(x^6)^(1/3)),x, algorithm="maxima")

[Out]

1/2*arctan(2*x)

________________________________________________________________________________________

Fricas [A]  time = 1.32411, size = 23, normalized size = 1.05 \begin{align*} \frac{1}{2} \, \arctan \left (2 \, x\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(1+4*(x^6)^(1/3)),x, algorithm="fricas")

[Out]

1/2*arctan(2*x)

________________________________________________________________________________________

Sympy [A]  time = 0.095412, size = 5, normalized size = 0.23 \begin{align*} \frac{\operatorname{atan}{\left (2 x \right )}}{2} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(1+4*(x**6)**(1/3)),x)

[Out]

atan(2*x)/2

________________________________________________________________________________________

Giac [A]  time = 1.11619, size = 8, normalized size = 0.36 \begin{align*} \frac{1}{2} \, \arctan \left (2 \, x\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(1+4*(x^6)^(1/3)),x, algorithm="giac")

[Out]

1/2*arctan(2*x)